Learn R Programming

googlePublicData (version 0.15.7.28)

dspl Methods: Print and summarize dspl objects

Description

Methods to print and summarize dspl class objects

Usage

"print"(x, path=NULL, replace=FALSE, quiet=FALSE,...) "summary"(object, ...)

Arguments

x
An object of class dspl to be printed.
object
An object of class dspl to be summarized.
path
String. Output path where to save the XML DSPL file.
replace
Logical. If path exists, TRUE would replace the file.
quiet
Whether or not to print infor on the screen
...
arguments passed on to cat (print.dspl)

Value

print.dspl
None (invisible NULL).
summary.dspl
Returns the class attributes and a list containing as defined by dspl function. For more information see its value section.

See Also

See also dspl

Examples

Run this code
  ## Not run: 
#     # Parsing some xlsx files at "my stats folder"
#     mydspl <- dspl(path="my stats folder/", ext="xls")
#     
#     # Checking the summary of the data bundle
#     summary(mydspl)
#     
#     # Writing the DSPL XML definition into a file
#     print(mydspl, path="my stats folder/mydspl.xml")
#     
#   ## End(Not run)

Run the code above in your browser using DataLab